projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73158a3
)
* xfaces.c (realize_default_face): Check if the default font name
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 21 Nov 2006 17:23:02 +0000
(17:23 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 21 Nov 2006 17:23:02 +0000
(17:23 +0000)
exists on this display before trying to use it.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 787e9dcf0cae892c0d1883ee947c8c7cad8571f5..d12df9baca0a2dacd2834ca0cde9742ae3ed3702 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2006-11-21 Chong Yidong <cyd@stupidchicken.com>
+
+ * xfaces.c (realize_default_face): Check if the default font name
+ exists on this display before trying to use it.
+
2006-11-21 Richard Stallman <rms@gnu.org>
* fileio.c: Break line before &&, not after.